home *** CD-ROM | disk | FTP | other *** search
/ Smart Steps: 2nd Grade / SSGRADE2.iso / pc / media / notions / maths / m2414.dxr / Internal_5_Clic Exo1.ls < prev    next >
Encoding:
Text File  |  1999-03-27  |  391 b   |  21 lines

  1. on mouseDown
  2.   global gFiltre
  3.   if gFiltre then
  4.     set gFiltre to 0
  5.     ClickMain()
  6.     set mySprite to the clickOn
  7.     case mySprite of
  8.       2:
  9.         joue("F949_01.AIF")
  10.         joue("Consigne.AIF")
  11.       38:
  12.         Replay()
  13.         repeat with i = 3 to 38
  14.           set the puppet of sprite i to 0
  15.           Cmain(i, 1)
  16.         end repeat
  17.         go("init")
  18.     end case
  19.   end if
  20. end
  21.